type go/types.target
9 uses
go/types (current package)
assignments.go#L264: var target *target
call.go#L34: func (check *Checker) funcInst(T *target, pos token.Pos, x *operand, ix *indexedExpr, infer bool) []Type {
expr.go#L949: type target struct {
expr.go#L956: func newTarget(typ Type, desc string) *target {
expr.go#L959: return &target{sig, desc}
expr.go#L972: func (check *Checker) rawExpr(T *target, x *operand, e ast.Expr, hint Type, allowGeneric bool) exprKind {
expr.go#L1003: func (check *Checker) nonGeneric(T *target, x *operand) {
expr.go#L1045: func (check *Checker) exprInternal(T *target, x *operand, e ast.Expr, hint Type) exprKind {
expr.go#L1275: func (check *Checker) expr(T *target, x *operand, e ast.Expr) {